reflect.rtype.uncommon (method, view implemented interface methods)

8 uses

	reflect (current package)
		type.go#L740: func (t *rtype) uncommon() *uncommonType {
		type.go#L830: 	ut := t.uncommon()
		type.go#L884: 	ut := t.uncommon()
		type.go#L901: 	ut := t.uncommon()
		type.go#L1578: 	v := V.uncommon()
		type.go#L2548: 				if unt := ptr.uncommon(); unt != nil {
		type.go#L2571: 				if unt := ptr.elem.uncommon(); unt != nil {
		type.go#L2588: 				if unt := ft.uncommon(); unt != nil {